type runtime.unwindFlags
6 uses
runtime (current package)
traceback.go#L38: type unwindFlags uint8
traceback.go#L53: unwindPrintErrors unwindFlags = 1 << iota
traceback.go#L115: flags unwindFlags
traceback.go#L122: func (u *unwinder) init(gp *g, flags unwindFlags) {
traceback.go#L132: func (u *unwinder) initAt(pc0, sp0, lr0 uintptr, gp *g, flags unwindFlags) {
traceback.go#L823: func traceback1(pc, sp, lr uintptr, gp *g, flags unwindFlags) {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |